Url Property (MapLayerBase<T>)
In This Topic
Get or sets the data source url.
Syntax
'Declaration
Public Property Url As System.String
'Usage
Dim instance As MapLayerBase(Of T)
Dim value As System.String
instance.Url = value
value = instance.Url
public System.string Url {get; set;}
public read-write property Url: System.String;
public function get,set Url : System.String
public: __property System.string* get_Url();
public: __property void set_Url(
System.string* value
);
public:
property System.String^ Url {
System.String^ get();
void set ( System.String^ value);
}
See Also